<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;title&gt;File not found&lt;/title&gt;
    &lt;style type="text/css"&gt;
        body {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            line-height: 20px;
            color: #444;
        }
		.page {
            width: 740px;
            margin: 100px auto;
            text-align: center;
        }
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Arial', 'Segoe UI', Arial, helvetica, sans-serif;
            font-weight: 400;
        }
        h1 {
            font-size: 220px;
			color: #999;
        }
		p {
			font-size: 25px;
			line-height: 36px;
		}
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div class="page"&gt;

        &lt;h1&gt;
            404
        &lt;/h1&gt;
        &lt;p&gt;
			Sorry, the page you were looking for could not be found!
        &lt;/p&gt;
    &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre></body></html>